home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue33 / random / Ezdsldef.inc < prev    next >
Encoding:
Text File  |  1998-03-18  |  1.0 KB  |  27 lines

  1. {===EZDSLDEF.INC======================================================
  2.  
  3. Compiler defines for the EZ Delphi Structures Library.
  4.  
  5. EZDSLDEF.INC is Copyright (c) 1995-1998 by Julian M. Bucknall
  6.  
  7. VERSION HISTORY
  8. 18Mar98 JMB 3.00 Initial release (BETA TEST)
  9. {=====================================================================}
  10.  
  11. {Notes: to deactivate a compiler define, place a period '.' between   }
  12. {       the left curly brace and the '$' of '$DEFINE'.                }
  13.  
  14. {Undefine this if you don't want debugging info or assertion checks   }
  15. {$DEFINE DEBUG}
  16.  
  17. {Undefine this if you want to unroll the binary tree recursive        }
  18. {routines using TStacks and TQueues                                   }
  19. {$DEFINE UseTreeRecursion}
  20.  
  21. {Undefine this if you want to see all the warnings Delphi 2.0 produces}
  22. {for EZDSL units. Has no effect for Delphi 1.0. Note that all warnings}
  23. {have been verified to be false (generally because an exception would }
  24. {have been raised, for example).                                      }
  25. {.$DEFINE SuppressWarnings}
  26.  
  27.